/* ################## */
/*      HEADER        */
/* ################## */

body {
    font-family: 'Quicksand', sans-serif;
    font-weight:600;
}

.header-section {
    display: table;
}
.header .site-logo {
    display: table-cell;
    vertical-align: middle;
}
#name-and-slogan {
    display: table-cell;
    padding: 20px 0 20px 10px;
    vertical-align: middle;
    width: 100%;
}

.container-flex{
  display: flex; /* or inline-flex */
}

.site-name a{font-size: 32px;color: #333;}

.site-name a:hover{
text-decoration: none;
color: #000;
}

.navbar.navbar-opaque {
    background: rgba(0, 0, 0, 0.8);
}

.navbar.navbar-opaque #logo {
    color: #fff;
}
.navbar.navbar-opaque .nav li a,
.navbar.navbar-opaque .nav li.active a:hover {
    color: #fff;
}
.navbar .nav > li > a:hover {
color:#c3c3c3;
text-decoration: none;
}
#demo-title{
margin-top:20px;
}
#logo {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;

    /* Change these according to logo needs */
    height: auto;
    color: #555;
    letter-spacing: 1px;
    align:left;
}

.easy-header{
    margin: 12px 11px;
    max-height: 70px;
    max-width: 210px;
}

.topper {
align-items: flex-end;
display: flex;
justify-content: space-between;
margin: 5px 0 10px;
align-items:center;
}

.cbt {
height:150px;
}

.navbar-default{
background-image:linear-gradient(to right,#2b5876,#0057a9,#00bad0)!important;
}

.custom_card{
    background:#f8f9fa;
    border:1px solid rgba(0,0,0,.125);
    border-radius:4px;
    padding: 12px 15px;
    margin: 20px 0px 0px;
    text-align: center;
}
.form-control-01, input[type="text"], input[type="date"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group .form-control-01:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.col-4-fields > input{
    float: left;
    margin-right: 20px;
    width: calc(33.33% - 14px);
    margin-bottom: 10px;
}
.col-4-fields > input:nth-child(3n){
    margin-right: 0px;
}


@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -310px;
    }
}

@media only screen and (max-width: 500px) {
    #name-and-slogan{
	padding:0 0 10px 10px;
	}

	.logo img{
	 max-height: 75px;
    max-width: 75px;
	}
    .col-4-fields > input{
        width: 100%;
        margin-right: 0px;
    }
	
.cbt{
width:300px;
}
	
.topper {
    align-items: flex-end;
    display: block;
    justify-content: space-between;
    margin: 10px 0 10px;
    flex-flow: row wrap;
}
}

.navbar-inner{
    /*height: 90px*/
    min-height: 60px
    }
.navbar .brand{
    padding: 0 10px;
}
.navbar .nav > li > a {
color:#fff;
}
.navbar-default .navbar-brand a{
color:#fff;
}

.navbar-default .navbar-brand a:hover{
color:#c3c3c3;
text-decoration: none;
}

.navbar .btn-navbar {
    /*margin-right: 0px;*/
    margin-top:15px;
}
.brand img{
    margin-top: 5px
}
.form-group.text_after_submit{
    display: none;
}
#draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
#droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
.hover_element_show{
    display: none;
    margin: 8px 0px 0px;
}

@media (max-width:768px) {
    .brand img{
        margin-bottom: 5px
    }
    .navbar .btn-navbar{
        /*margin-right: -15px;*/
    }
    .navbar .nav > li > a {
        padding: 10px 15px;
    }
	.site-name a{
	font-size:24px;
	}
	
.topper {
    align-items: flex-end;
    display: block;
    justify-content: space-between;
    margin: 10px 0 10px;
    flex-flow: row wrap;
}
}